Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessFormBase Class / GetFormula Method / GetFormula(CellRange[],Boolean,Boolean,SheetView) Method


In This Topic
    GetFormula(CellRange[],Boolean,Boolean,SheetView) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overloads Function GetFormula( _
       ByVal cellRanges() As CellRange, _
       ByVal fromModel As Boolean, _
       ByVal formulaAsRelative As Boolean, _
       ByVal excludeSheetView As SheetView _
    ) As String
    'Usage
     
    
    Dim instance As ModelessFormBase
    Dim cellRanges() As CellRange
    Dim fromModel As Boolean
    Dim formulaAsRelative As Boolean
    Dim excludeSheetView As SheetView
    Dim value As String
     
    value = instance.GetFormula(cellRanges, fromModel, formulaAsRelative, excludeSheetView)

    Parameters

    cellRanges
    fromModel
    formulaAsRelative
    excludeSheetView
    See Also